isAlignable

abstract fun isAlignable(blocks: List<DesignBlock>): Boolean

Confirms that a given set of blocks can be aligned.

Return

whether the blocks can be aligned.

Parameters

blocks

a non-empty array of block ids.